Gets an XML attribute node of the attribute specified by Name, by Index position, or by URI and Name. Returns an XMLAttribute.
Syntax |
|---|
|
result = XMLElement.GetAttributeNode( Name ) |
|
result = XMLElement.GetAttributeNode( Index ) |
|
result = XMLElement.GetAttributeNode( URI ) |
Parameters |
|
|---|---|
|
Name |
|
|
Index |
|
|
URI |
|
Return Value |
|
|---|---|
|
Result |
|
Notes
Index is zero-based.